Docs: Minor changes
authorMatthias Clasen <mclasen@redhat.com>
Tue, 20 May 2014 00:45:42 +0000 (20:45 -0400)
committerCarlos Garnacho <carlosg@gnome.org>
Fri, 23 May 2014 17:54:32 +0000 (19:54 +0200)
gtk/gtkgesture.c
gtk/gtkgesturelongpress.c
gtk/gtkgesturesingle.c

index d2d6c3c71d5684fa813120ca99783fd523c5ca93..4ed1067ecb16b5a804e8d5986f6fdf19f54a942b 100644 (file)
@@ -20,7 +20,7 @@
 
 /**
  * SECTION:gtkgesture
- * @Short_description: Gesture recognition
+ * @Short_description: Base class for gestures
  * @Title: GtkGesture
  * @See_also: #GtkGestureSingle
  *
index f260c43cbf278b2e07bf351830e77ebb88bc70ca..940575f16dba4145438d04c7596eefcf13200781 100644 (file)
@@ -20,7 +20,7 @@
 
 /**
  * SECTION:gtkgesturelongpress
- * @Short_description: "press and hold" gesture
+ * @Short_description: "Press and Hold" gesture
  * @Title: GtkGestureLongPress
  *
  * #GtkGestureLongPress is a #GtkGesture implementation able to recognize
index ef95bd39cf38844bad73e121a255d1a8ccb0d54a..4941c5e638e5f6829d893faca2bf3d5ff6a29226 100644 (file)
 
 /**
  * SECTION:gtkgesturesingle
- * @Short_description: Gesture especialized for mouse/single finger input
+ * @Short_description: Base class for for mouse/single-touch  gestures
  * @Title: GtkGestureSingle
  *
- * #GtkGestureSingle is an especialization of #GtkGesture, optimized (although
- * not restricted) for dealing with mouse and single touch gestures. Under
+ * #GtkGestureSingle is a subclass of #GtkGesture, optimized (although
+ * not restricted) for dealing with mouse and single-touch gestures. Under
  * interaction, these gestures stick to the first interacting sequence, which
  * is accessible through gtk_gesture_single_get_current_sequence() while the
  * gesture is being interacted with.